Api.GetDCSystemTime method

Gets the time stamp of the selected Sync0's signal of the distributed clock (DC).

Namespace: IntervalZero.KINGSTAR.OpcUa.Api

Assembly: IntervalZero.KINGSTAR.OpcUa.Api (in IntervalZero.KINGSTAR.OpcUa.Client.dll) Version: 4.4.0.0

Syntax

C#VB
public KsReturn<ulong> GetDCSystemTime(
       DcCycle Cycle
)
Public Function GetDCSystemTime(
       Cycle As DcCycle
) As KsReturn(Of ULong)

Parameters

Cycle

Type: DcCycle

The DC time you want to acquire.

Return value

Type: KsReturn<ulong>

Returns a KsError code and an unsigned long integer value.

Usable EtherCAT states

ecatOP

Examples

C#
N/A

See also

Api Class

IntervalZero.KINGSTAR.OpcUa.Api Namespace